home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / mint108s.zoo / xbra.h < prev   
Encoding:
Text File  |  1993-06-25  |  261 b   |  13 lines

  1. typedef struct xbra
  2. {
  3.     long        xbra_magic;
  4.     long        xbra_id;
  5.     struct xbra    *next;
  6.     short        jump;
  7.     long ARGS_ON_STACK (*this)();
  8. } xbra_vec;
  9.  
  10. #define XBRA_MAGIC    0x58425241L /* "XBRA" */
  11. #define MINT_MAGIC    0x4d694e54L /* "MiNT" */
  12. #define JMP_OPCODE    0x4EF9
  13.